home *** CD-ROM | disk | FTP | other *** search
/ KWIKEE Auto Advertising System 1999 3A / KWIKEE Auto Advertising System 1999 - 3A.iso / mac / Applications / CAMS Interactive / setup.dir / 00018_Script_18 < prev    next >
Text File  |  1997-06-09  |  780b  |  25 lines

  1. on exitFrame
  2.   indexRoll
  3.   set the cursor of sprite 30 to [16,17]
  4.   set the cursor of sprite 31 to [16,17]
  5.   set the cursor of sprite 32 to [16,17]
  6.   set the cursor of sprite 33 to [16,17]
  7.   set the cursor of sprite 34 to [16,17]
  8.   set the cursor of sprite 35 to [16,17]
  9.   set the cursor of sprite 36 to [16,17]
  10.   set the cursor of sprite 37 to [16,17]
  11.   set the cursor of sprite 38 to [16,17]
  12.   set the cursor of sprite 39 to [16,17]
  13.   put the movieTime of sprite 7 into time
  14.   if time >= 567 then
  15.     set the visible of sprite 4 to TRUE
  16.   end if
  17.   if time >= 1060 then
  18.     set the visible of sprite 4 to FALSE
  19.     set the visible of sprite 5 to TRUE
  20.   end if
  21.   if time >= 1606 then
  22.     set the visible of sprite 5 to FALSE
  23.   end if
  24.   go the frame - 1
  25. end